home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineButton2_306 / BUTTONCONDACTION on(keyPress Z).as < prev   
Text File  |  2003-04-29  |  129b  |  9 lines

  1. on(keyPress "Z"){
  2.    slot = Number(slot) + 1;
  3.    if(4 < Number(slot))
  4.    {
  5.       slot = 1;
  6.    }
  7.    call("activeslot");
  8. }
  9.